PURPOSE
========
Demonstration of  Projects Technology in Pocket PC.

SUMMARY
=========
Projects is a Pocket PC technology for carrying out the file input and output. Projects consists of four dialogs and a small number of API. The functions are for file manipulations. And the dialogs provide users with a set of user interface elements for opening and saving documents. The documents are organized by projects. A file is associated with its project folder and identified by its file name. It has a set of editable attributes that describes various file properties, such as the  location, type, size and date of the last modification. The four dialogs are: "Folder", "Open", "Save As" and "Properties". This sample demonstrates how to open these four dialogs.

REMARKS
=========
This application focuses on the Demonstration of  Projects Technology and leaves users to finish up the code for opening projects, opening files and saving files.
		

